quartz: GdkQuartzWindow -> GdkQuartzNSWindow was forgotten in one place
authorMichael Natterer <mitch@gimp.org>
Thu, 15 Nov 2012 12:17:31 +0000 (13:17 +0100)
committerMichael Natterer <mitch@gimp.org>
Thu, 15 Nov 2012 12:17:31 +0000 (13:17 +0100)
gdk/quartz/gdkevents-quartz.c

index 4df4332ac902817a688372f1e22ab29e7f86218e..b93c412ec8fab434d37a4cacf45d7a7c434a696f 100644 (file)
@@ -1378,9 +1378,9 @@ gdk_event_translate (GdkEvent *event,
     }
 
   /* Also when in a manual resize, we ignore events so that these are
-   * pushed to GdkQuartzWindow's sendEvent handler.
+   * pushed to GdkQuartzNSWindow's sendEvent handler.
    */
-  if ([(GdkQuartzWindow *)nswindow isInManualResize])
+  if ([(GdkQuartzNSWindow *)nswindow isInManualResize])
     return FALSE;
 
   /* Find the right GDK window to send the event to, taking grabs and